minimize button c#

112

minimize button c# -

private void button1_Click(object sender, EventArgs e)
{
    this.WindowState = FormWindowState.Minimized;
}

Comments

Submit
0 Comments